runtime.g.writebuf (field)
12 uses
runtime (current package)
mprof.go#L1204: g0.writebuf = buf[0:0:len(buf)]
mprof.go#L1211: n = len(g0.writebuf)
mprof.go#L1212: g0.writebuf = nil
print.go#L96: if gp == nil || gp.writebuf == nil || gp.m.dying > 0 {
print.go#L101: n := copy(gp.writebuf[len(gp.writebuf):cap(gp.writebuf)], b)
print.go#L102: gp.writebuf = gp.writebuf[:len(gp.writebuf)+n]
proc.go#L3878: gp.writebuf = nil
runtime2.go#L481: writebuf []byte
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |